home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / MEMACS / Cmd / Table < prev    next >
Text File  |  1991-06-15  |  211b  |  9 lines

  1.     set %letter "A"
  2.  
  3.     !while ¬ &sgr %letter "Z"
  4.         insert-string &cat &cat "FN" %letter " = "
  5.         insert-string &cat &bind &cat "FN" %letter "~n"
  6.         update-screen
  7.         set %letter &chr &add &ascii %letter 1
  8.     !endwhile
  9.